Inappropriate Assertions ^^^^^ **Definition:** * An inappropriate assertion is being used. For example, assertTrue is used to check the equality of values instead of assertEquals. **Also Known As:** * Wrong Assert **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `Categorising Test Smells `_ :octicon:`graph;1em`